home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 February / PC Joker 99-02 (Vollversion Darkseed 2).iso / GOODIES / 3DMARK / _SETUP.1 / Result Browser.exe / 0 / RCDATA / TFSUBMIT / TFSUBMIT.txt < prev   
Text File  |  1998-10-24  |  5KB  |  225 lines

  1. inherited FSubmit: TFSubmit
  2.   Left = 344
  3.   Top = 231
  4.   ActiveControl = EName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Result Submission'
  8.   ClientHeight = 377
  9.   ClientWidth = 423
  10.   Icon.Data = {<image000.ico>}
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image001.ico>}
  25.     Transparent = True
  26.   end
  27.   object Label2: TLabel
  28.     Left = 48
  29.     Top = 128
  30.     Width = 281
  31.     Height = 33
  32.     AutoSize = False
  33.     Caption = 
  34.       'To see the data that you are about to submit, click on the Show ' +
  35.       'Details button.'
  36.     Transparent = True
  37.     WordWrap = True
  38.   end
  39.   object Label4: TLabel
  40.     Left = 48
  41.     Top = 56
  42.     Width = 151
  43.     Height = 13
  44.     Caption = 'http://www.3dmark.com/results'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlue
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsUnderline]
  50.     ParentFont = False
  51.     OnClick = Label4Click
  52.   end
  53.   object Label7: TLabel
  54.     Left = 48
  55.     Top = 80
  56.     Width = 273
  57.     Height = 49
  58.     Caption = 
  59.       'Futuremark runs statistical analysis on submitted results to cre' +
  60.       'ate global comparison database. Statistics will also be used to ' +
  61.       'improve 3D products in the future.'
  62.     Transparent = True
  63.     WordWrap = True
  64.   end
  65.   object Label9: TLabel
  66.     Left = 48
  67.     Top = 8
  68.     Width = 281
  69.     Height = 41
  70.     Caption = 
  71.       '3DMark is a Global Testing Environment. Submit your results to 3' +
  72.       'DMark results database and compare your setup against the best o' +
  73.       'f the best!'
  74.     Transparent = True
  75.     WordWrap = True
  76.   end
  77.   object BSend: TButton
  78.     Left = 336
  79.     Top = 8
  80.     Width = 83
  81.     Height = 25
  82.     Caption = '&Submit'
  83.     Default = True
  84.     TabOrder = 1
  85.     OnClick = BSendClick
  86.   end
  87.   object StatusBar: TStatusBar
  88.     Left = 0
  89.     Top = 358
  90.     Width = 423
  91.     Height = 19
  92.     Panels = <
  93.       item
  94.         Width = 1000
  95.       end>
  96.     SimplePanel = False
  97.   end
  98.   object BDetails: TButton
  99.     Left = 336
  100.     Top = 296
  101.     Width = 83
  102.     Height = 25
  103.     Caption = 'Show &Details'
  104.     TabOrder = 3
  105.     OnClick = BDetailsClick
  106.   end
  107.   object GroupBox1: TGroupBox
  108.     Left = 6
  109.     Top = 168
  110.     Width = 321
  111.     Height = 185
  112.     Caption = 'Additional Information'
  113.     TabOrder = 0
  114.     object Label3: TLabel
  115.       Left = 8
  116.       Top = 84
  117.       Width = 68
  118.       Height = 13
  119.       Caption = '&Email address:'
  120.     end
  121.     object Label5: TLabel
  122.       Left = 8
  123.       Top = 44
  124.       Width = 31
  125.       Height = 13
  126.       Caption = '&Name:'
  127.     end
  128.     object Label6: TLabel
  129.       Left = 8
  130.       Top = 16
  131.       Width = 297
  132.       Height = 33
  133.       Caption = 
  134.         'By including your name and e-mail address you can keep track of ' +
  135.         'the results you'#39've sent to 3DMark database.'
  136.       Transparent = True
  137.       WordWrap = True
  138.     end
  139.     object Label8: TLabel
  140.       Left = 8
  141.       Top = 128
  142.       Width = 273
  143.       Height = 33
  144.       Caption = 
  145.         'Join 3DMark mailing list to firsthand information about 3D from ' +
  146.         'Futuremark.'
  147.       Transparent = True
  148.       WordWrap = True
  149.     end
  150.     object EEmail: TEdit
  151.       Left = 8
  152.       Top = 100
  153.       Width = 297
  154.       Height = 21
  155.       TabOrder = 1
  156.       Text = 'EEmail'
  157.     end
  158.     object EName: TEdit
  159.       Left = 8
  160.       Top = 60
  161.       Width = 297
  162.       Height = 21
  163.       TabOrder = 0
  164.       Text = 'EEmail'
  165.     end
  166.     object CbJoin: TCheckBox
  167.       Left = 8
  168.       Top = 160
  169.       Width = 273
  170.       Height = 17
  171.       Caption = 'I &want to join the 3DMark mailing list'
  172.       State = cbChecked
  173.       TabOrder = 2
  174.     end
  175.   end
  176.   object BHelp: TButton
  177.     Left = 336
  178.     Top = 328
  179.     Width = 83
  180.     Height = 25
  181.     Caption = '&Help'
  182.     TabOrder = 4
  183.     OnClick = BHelpClick
  184.   end
  185.   object BCancel: TButton
  186.     Left = 336
  187.     Top = 40
  188.     Width = 81
  189.     Height = 25
  190.     Cancel = True
  191.     Caption = '&Close'
  192.     ModalResult = 2
  193.     TabOrder = 2
  194.   end
  195.   object Animate: TAnimate
  196.     Left = 352
  197.     Top = 72
  198.     Width = 48
  199.     Height = 45
  200.     Active = False
  201.     CommonAVI = aviFindComputer
  202.     StopFrame = 8
  203.     Visible = False
  204.   end
  205.   object HTTP: TAdvHTTP
  206.     Port = 0
  207.     TimeOut = 60000
  208.     ReportLevel = 3
  209.     OnConnect = HTTPConnect
  210.     OnInvalidHost = HTTPInvalidHost
  211.     OnHostResolved = HTTPHostResolved
  212.     OnStatus = HTTPStatus
  213.     OnConnectionFailed = HTTPConnectionFailed
  214.     Body = 'Default.htm'
  215.     Header = 'Head.txt'
  216.     InputFileMode = False
  217.     OutputFileMode = True
  218.     OnSuccess = HTTPSuccess
  219.     OnFailure = HTTPFailure
  220.     ProxyPort = 0
  221.     Left = 384
  222.     Top = 128
  223.   end
  224. end
  225.